home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoW.exe / 0 / RCDATA / TREGISTRATIONDLG / TREGISTRATIONDLG.txt
Text File  |  1999-10-21  |  1KB  |  75 lines

  1. object RegistrationDlg: TRegistrationDlg
  2.   Left = 380
  3.   Top = 154
  4.   ActiveControl = PasswordEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Age of Wonders'
  7.   ClientHeight = 158
  8.   ClientWidth = 268
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object EnterPasswordLbl: TLabel
  21.     Left = 6
  22.     Top = 67
  23.     Width = 96
  24.     Height = 16
  25.     Caption = 'Enter password:'
  26.   end
  27.   object RegisteredVersionLbl: TLabel
  28.     Left = 6
  29.     Top = 8
  30.     Width = 167
  31.     Height = 16
  32.     Caption = 'This version is registered to:'
  33.   end
  34.   object PasswordEdit: TEdit
  35.     Left = 8
  36.     Top = 89
  37.     Width = 251
  38.     Height = 24
  39.     CharCase = ecUpperCase
  40.     PasswordChar = '*'
  41.     TabOrder = 0
  42.   end
  43.   object OKBtn: TButton
  44.     Left = 10
  45.     Top = 121
  46.     Width = 92
  47.     Height = 27
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.     OnClick = OKBtnClick
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 165
  56.     Top = 121
  57.     Width = 92
  58.     Height = 27
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.     OnClick = CancelBtnClick
  64.   end
  65.   object RegisteredName: TEdit
  66.     Left = 8
  67.     Top = 32
  68.     Width = 251
  69.     Height = 24
  70.     Color = clBtnFace
  71.     ReadOnly = True
  72.     TabOrder = 3
  73.   end
  74. end
  75.